Method IsLeafAsync<T>(IRedbObject, ITreeProvider)
Checks if object is a tree leaf (without children)
public static Task<bool> IsLeafAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()
Checks if object is a tree leaf (without children)
public static Task<bool> IsLeafAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()